home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 274 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.6 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: C2P
  5. Date: 5 Jan 1996 17:24:36 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4cjmsk$9aa@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4cj57f$7qe@irz210.inf.tu-dresden.de>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Sven Steiniger (ss37@irz.inf.tu-dresden.de) wrote:
  14.  
  15. : Hi Everyone !
  16.  
  17. : I have several questions about c2p-converters
  18. :   - what are the fastest ones (ideas, theory, sources) ?
  19. depends on cpu. 040 cpu only. other cpus mix cpu & blitter.
  20.  
  21. what means "fast" ? :) no, not a silly questions. 2 possibilities on
  22. non-040-c2p:
  23.  
  24. a) the c2p procedure is to end as soon as possible
  25. b) the c2p may take a while as it is done by blitter, the cpu already
  26.    does other things (this is for games).
  27.  
  28. for b) there's blitterscreen:
  29. BLITTERSCREEN sources: http://www.informatik.tu-muenchen.de/~fischerj/
  30. ;)
  31. you won't need to switch back to 6 planes using that ;)
  32.  
  33. :   - what the hell is a scrambled (maybe spelled wrong) buffer ?
  34.  
  35. the buffer still consists of chunky bytes, but rearranged in a way
  36. the c2p routine can do conversion faster. only good for special fx,
  37. not for games.
  38.  
  39. :     (I have heard this sometimes  in this group)
  40. :     and what are his adventages/disadvantages ?
  41. :   - are there any very fast c2p which use a comparebuffer ?
  42. yes, AFAIK Peter McGavin got most experience data on this.
  43. AFAIK the routines get very fast when the soure to convert doesn't
  44. change much.
  45.  
  46. :   - ... anything to this topic
  47. : I have never written an c2p by myself but I converted and modified
  48. : converters I found in aminet. All of them do not use fixed plsize and the
  49. : most are for 8 bitplanes.
  50. : Are there really fast 6 bitplane c2p-converter ?
  51. : My actual approachs are (50Mhz 030, OS-conform (except screens of
  52. : gfxcards), 320x256)
  53.  
  54. aah 320x256. forget blitterscreen ;) but if you do last conversion pass with
  55. blitter, you'd still get more speed!
  56.  
  57. :   8bpls : 45ms
  58. :   6bpls : 43ms
  59.  
  60. the thing why 6planes is not much faster is you still parse throug a
  61. 8bit chunky source. but when it comes to blitter assistance, the
  62. difference might be more (don't know, just a feeling).
  63.  
  64. :   4bpls : 30ms
  65. : These c2p-converter(s) use LONG-writes to CHIPmem.
  66.  
  67. I wonder why 040/25 is said to do it 4MB/sec c2p but 030-50 is lot slower ?
  68.  
  69. : Thanks.
  70.  
  71. : Sven Steiniger
  72. ------------------------------------------------------------------------
  73.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  74.